home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-27 | 524 b | 28 lines | [TEXT/MPS ] |
- # This script file is part of the DirectTeX :-) package.
- #
- # (c) 1991-94 by Wilfried Ricken
- # Hagenaustraße 41
- # 45138 Essen
- # Germany
-
- Begin
- Set Echo 0
- Set Exit 0
-
- SearchPath dt_FormatFiles LaTeX.fmt ∑ Dev:Null
-
- If {Status} != 0
- InitFormats LaTeX.fmt
- End
-
- SearchPath dt_FormatFiles LaTeX.fmt ∑ Dev:Null
- Exit 0 If {Status} != 0
-
- BeginSession
- LaTeX Registration.tex ≥≥ "{dt_SessionLog}"
- MacDVI Registration.dvi ≥≥ "{dt_SessionLog}"
- EndSession
-
- Exit 0
- End ∑ Dev:Null
-